This article covers how to prepare for the Microsoft exam AZ-900: Microsoft Azure Fundamentals along with links to books, study guides, exam topics and more.
Loading On-Premises and external data is a fundamental need for a Data Platform such as Microsoft Fabric. However, during this preview stage, Microsoft Fabric brings many surprises (and, should I say, deceptions?) in this area. This blog may explain a lot, but I’m not bringing conclusions, but lot of questions. It will be a pleasure …
The post Microsoft Fabric: Loading On-Premises and External Data appeared first on Simple Talk.
MySQL Group replication is a remarkable feature introduced in MySQL 5.7 as a plugin. This technology allows you to create a reliable group of database servers. One of the most important features of MySQL’s group replication is that it allows these servers to store redundant data. This allows the database state to be replicated across …
The post A Beginners Guide to MySQL Replication Part 5: Group Replication appeared first on Simple Talk.
In 2012, Aaron Bertrand said most everything I knew (and a bit more) about the issues with using the sp_ prefix. Procedures prefixed with sp_ have special powers when placed in the the master database in that it can be executed anywhere on the server after that. Nothing much has change in those suggestions. It …
The post Yet Another Reason to Not Use sp_ in your SQL Server Object Names appeared first on Simple Talk.
In this article, we look at how SQL Server may not always pick the best execution plan based on different parameter values that are used and how this can be solved with proper indexes.
I have been working as a no-code data engineer: Focused on Data Factory ETL and visual tools. In fact, I prefer to use visual resources when possible. On my first contact with Fabric Lakehouse I discovered to convert Files into Tables I need to use a notebook. I was waiting a lot of time for …
The post Fabric Lakehouse: Convert to Table feature and Workspace Level Spark Configuration appeared first on Simple Talk.
While there are many features within PostgreSQL that are really similar to those within SQL Server, there are some that are unique. One of these unique features is called VACUUM. In my head, I compare this with the tempdb in SQL Server. Not because they act in any way the same or serve similar purposes. …
The post Learning PostgreSQL With Grant: Introducing VACUUM appeared first on Simple Talk.
In this article, we test use cases for Copilot to create SQL Server indexes, tune queries, compare queries to determine which will perform better, and more.
The simple answer to this question is “a lot.” The funny part, however, is that everyone who reads that question will have similar but very different thoughts on those changes. Unless your job (or hobby) is keeping up with the current trends in technology, the biggest thing that affects our perception is how we have …
The post How much has data technology changed over the years? appeared first on Simple Talk.
Learn about Power BI Datamarts a LowCode/NoCode interface that integrates dataflows, data warehousing and shared Power BI datasets to centralize and streamline reporting.
The Data Wrangler is as interesting as hidden inside Microsoft Fabric. It’s not easy to find and activate it, but it is worth the trouble. Before digging into the Data Wrangler, let’s analyze the data features in the query environment. Data Features in Query Environment The new query environment, which allow us to make data …
The post Discover the Microsoft Fabric Data Wrangler appeared first on Simple Talk.
In this article, we look at how to use T-SQL to perform statistical calculations on data within SQL Server tables, specifically using stock data for the examples.